@charset "UTF-8";
/*
Theme Name: Yun-Company 1.0
Author: DaQianyun
Author URI: www.daqianyun.com
Description: 企业图文信息流主题，有问题请加QQ345000160寻求帮助
Requires at least: 4.9.6
Requires PHP: 7.0
Version: 1.0
*/

/* 新增body整体 背景透明色 */
body {
  background: #f5f5f5;
}
/*新增全局鼠标超链颜色*/
body a:hover{
  color:#ff6700;
}

.multi-main-box {
  margin: 0 auto;
  width: 100%;
  max-width: 1280px;
}

.multi-left {
  float: left;
}

.multi-right {
  float: right;
}

.multi-nav-white {
  background-color: #fff !important;
  color: #666 !important;
  padding-right: 0;
}

.multi-nav-white a {
  color: #222 !important;
}
/* 鼠标经过悬停超链接时字体颜色为白色,背景为橙红色 */
.multi-nav-white a:hover{ color:#fff !important; background:#ff6700; border: 1px #d2d2d2; border-radius: 2px}

/**
.multi-nav-white .layui-nav-more {
  border-color: #191818 transparent transparent;
  border-top-color: rgba(93, 91, 91, 0.7);
}
.multi-nav-white .layui-nav-mored,
.multi-nav-white .layui-nav-itemed > a .layui-nav-more {
  margin-top: -9px;
  border-style: dashed dashed solid;
  border-color: transparent transparent #191818;
}
**/

.multi-nav-white.layui-nav-tree .layui-nav-child dd.layui-this,
.multi-nav-white.layui-nav-tree .layui-nav-child dd.layui-this a,
.multi-nav-white.layui-nav-tree .layui-this,
.multi-nav-white.layui-nav-tree .layui-this > a,
.multi-nav-white.layui-nav-tree .layui-this > a:hover {
  background-color: #2d303c;
  color: #fff !important;
}

.overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.06);/* 图片透明度 */
  position: absolute;
  opacity: .3;
  top: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1280px) {
  .multi-main-box {
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
  }
}

/* 目录标题new */
.multi-main-title-new {
  float: left;
  text-align: left;
  position: relative;
  margin-bottom: 1px;
  margin-top: 10px;
}
.multi-main-title-new h2 {
  display: inline-block;
  font-size: 25px;
  color: #2e323e;
}
.multi-main-title-new i {
  position: absolute;
  font-size: 30px;
  top: -10px;
  color: #f66;
  margin-left: 5px;
}
/* 图文板块右侧目录标题 */
.multi-main-title-you {
  text-align: right;
  position: relative;
  margin-bottom: 10px;
}
.multi-main-title-you ul {
  float: right;
  margin-top: 20px;
}
.multi-main-title-you ul li {
  float: left;
  margin-left: 25px;
}
.multi-main-title-you ul li a {
  font-size: 16px;
  white-space: nowrap;
}
/*
.multi-main-title-you ul li a:hover {
  color: #ff6700;
}
*/

.multi-main-title {
  text-align: center;
  position: relative;
  margin-bottom: 10px;
}

.multi-main-title h2 {
  display: inline-block;
  font-size: 25px;
  color: #2e323e;
}

.multi-main-title i {
  position: absolute;
  font-size: 30px;
  top: -10px;
  color: #00d3af;
}

.layui-rpadding-15px {
  padding: 15px;
  box-sizing: border-box;
}

/* 侧边块 PC端缩小内边距、背景白色、圆角美化 */
.layui-tmargin-15px {
  margin-top: 10px;
  padding: 30px;
  background: #fff;
  border-radius: 6px;
}
/* 上下篇图文 移动端内边距padding调整 */
.layui-tmargin-15px-2 {
  margin-top: 15px;
  padding: 1px;
  background: #fff;
  border-radius: 6px;
}

.layui-borradius {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
}

/* header */
.multi-header-box {
  background: #fff;
  line-height: 70px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  height: 70px;
  position: relative;
}

.multi-header-box .multi-logo-box img {
  height: 60px;/* 原50px */
  width: auto;
}

.multi-header-box .layui-nav .layui-nav-child .layui-nav-item {
  display: block;
  line-height: 35px;
}

/* 新增菜单底色start */
.multi-header-menu li {
border: 1px;
border-width: 1px 0;
margin-bottom: 0;
}
.multi-header-menu li a {
color: #000;/* 超链接颜色为黑色 */
font: normal 110% Arial, Helvetica, sans-serif;
}
.multi-header-menu li a:hover{color:#fff; background:#ff6700}/* 鼠标经过悬停超链接时字体颜色为白色,背景为橙红色 */
/* 新增菜单底色end */

.multi-header-box .layui-nav .layui-this:after {
  background-color: #333;
  height: 3px;
  width: 14px;
  left: 50%;
  margin-left: -7px;
  bottom: 10px;
}

.multi-header-box .multi-header-menu .layui-nav-item a {
  padding: 10px 15px;
}

.layui-nav-item li a {
  text-align: center;
  font-size: 14px;
}
/* 鼠标经过悬停超链接时字体颜色为白色,背景为橙红色 */
.layui-nav-item li a:hover {
  color:#FFF;
  background:#ff6700
}

.multi-header-box .layui-nav-bar {
  display: none;
}

/* 新增右上角电话tel */
.header-tel {
  color: #ff6700;
  font: bold 130% Arial, Helvetica, sans-serif;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 1440px) {
  .header-tel {
    display: none;/*如屏幕宽小于1440像素,则不显示*/
  }
}
/* CSS电话tel新样式 02版本 */
.top_tel {
    position: absolute;
    right: 0px;
    top: 50%;
    padding-left: 30px;
    margin-top: -16px;
}
.top_tel .icon-dianhua {
    left: 0px;
    top: 0px;
    font-size: 32px;
    width: 32px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    position: absolute;
    color: #e2c28a;
}
.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-dianhua:before {
    content: "\e744";
}
.top_tel span {
    line-height: 32px;
    height: 32px;
    display: block;
    color: #ff6700;
    font-size: 28px;
}
.top_tel span {
    font-family: 'DIN-Medium';
}

.multi-header-box .multi-header-search {
  /*background-color: #ff6700;*/
  /*border: 1px solid rgba(0, 0, 0, 0.2);*/
  border-radius: 20px;
  margin-top: 20px;
  width: auto;/* 原width: 260px; */
  position: relative;
  max-width: 15vw;
  margin-left: 30px;
  height: 30px;
  line-height: 30px;
  padding-left: 40px;
  box-sizing: border-box;
}

.multi-header-box .multi-header-search .btn-search {
  background-color: transparent;
  border: none;
  color: #848e99;
  cursor: pointer;
  margin: 0 2px 0 16px;
  position: absolute;
  line-height: 27px;
  left: 0;
  top: 3px;
}

.multi-header-box .multi-header-search .top-input {
  border: none;
  color: #848e99;
  font-size: 12px;
  width: 140px;
  box-shadow: none;
  outline: 0;
  max-width: 11vw;
  height: 20px;
  box-sizing: border-box;
  background: none;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  background: rgba(0, 0, 0, 0.49);
  border-radius: 20px;
  padding: 0 5px 2px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 3px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

.owl-theme .owl-dots .owl-dot.active span {
  width: 13px;
}

.multi-slide-box {
  /* background-image: url(https://f.cdn.xsteach.cn/uploaded/fe/5a/2b/fe5a2b1d17532864096012c3e3ee4819001.jpg); */
  padding: 40px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.multi-slide-box .slide-left-box {
  width: 45%;
  float: left;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  overflow: hidden;
}

.multi-slide-box .slide-right-box {
  width: 55%;
  float: left;
}

.multi-slide-box .slide-right-box .slide-right-postlist {
  margin-top: -30px;
}

.multi-slide-box .slide-right-box .item {
  width: 50%;
  padding-left: 30px;
  padding-top: 30px;
  box-sizing: border-box;
  float: left;
}

.slide-post-archive {
  background-color: #24262d;
}

.slide-post-archive .post-thumb-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  padding-top: 55%;
  position: relative;
}

.slide-post-archive .post-meta-box {
  padding: 20px;
}

/* 首页图文新增-文字标题字数限制省略号 */
.post-meta-box a {
    width: 98%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}
.slide-post-archive .post-meta-box h3 {
  margin-bottom: 10px;
  color: #fff;
}

.slide-post-archive .post-meta-box p {
  color: #666;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.rslide-post-archive {
  background-color: #24262d;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.rslide-post-archive .post-thumb-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  padding-top: 65%;
  position: relative;
}

.rslide-post-archive .post-meta-box {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-image: -webkit-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.9) 100%);
  background-image: -moz-linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.9) 100%);
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.01) 5%, rgba(0, 0, 0, 0.9) 100%);
  color: #eee;
}

.rslide-post-archive .post-meta-box h3 {
  font-size: 15px;
  color: #e6e6e6;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* index tag */
.multi-indexmenu-box {
  position: relative;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  padding: 12px 0;
  border-bottom: solid 1px #efefef;
}

.multi-indexmenu-box > div {
  padding: 0 1px 0 90px;/* 原padding: 0 160px 0 90px; */
  box-sizing: border-box;
  position: relative;
  height: 30px;
  line-height: 30px;
}

.multi-indexmenu-box > div h2 {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
}

.multi-indexmenu-box > div .indexmenu-right-more {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 20px;
}

.multi-indexmenu-box > div .indexmenu-right-more:before {
  content: " ";
  height: 15px;
  width: 1px;
  background: #adabab;
  position: absolute;
  top: 10px;
  left: 10px;
}

.multi-indexmenu-box > div .indexmenu-right-more span {
  font-size: 20px;
  padding: 0 5px;
  color: #b33d3d;
}

.multi-indexmenu-box .wp-tag-cloud {
  display: inline-block;
  height: 30px;
  overflow: hidden;
}

.multi-indexmenu-box .wp-tag-cloud li {
  float: left;
}

.multi-indexmenu-box .wp-tag-cloud li a {
  display: inline-block;
  padding: 0 10px;
  font-size: 13px !important;
}

.multi-indexmenu-box .wp-tag-cloud li a:hover, .multi-indexmenu-box .wp-tag-cloud li a .on {
  background: #2e323e;
  border-radius: 20px;
  color: #fff;
}

/* backcolor row */
.multi-backcolor {
  position: relative;
}

.multi-backcolor:nth-child(odd) {
  background-color: #f3f6fb;
}

/** 图文帖子底部颜色 **/
.multi-postlist-box {
  padding: 5px 0 20px 0;
/* background: #fff; */
}

.multi-postlist-box .multi-postlist {
  margin: 0 -15px;
}

.multi-postlist-box .multi-postlist li {
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}

.post-archive {
  background-color: #fff;
  border-radius: 6px;/* 原4px */
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  padding-bottom: 37px;/* 原95px */
}

.post-archive .post-thumb-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  padding-top: 70%;
  position: relative;
}

.post-archive .post-meta-box {
  position: absolute;
/* bottom: 0; */
  width: 100%;
  padding: 7px 3px 6px 6px; /* 原 padding: 10px; */
  box-sizing: border-box;
}

.post-archive .post-meta-box h3 {
  font-size: 14px;
  color: #161e27;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 新增图文帖子超链颜色 */
.post-meta-box a:hover h3 {
  color:#ff6700 !important;
}

.post-archive .post-meta-box .post-metadata {
  height: 20px;
  line-height: 20px;
  color: #666;
  font-size: 12px;
  margin: 10px -5px 0 -5px;
  overflow: hidden;
}

.post-archive .post-meta-box .post-metadata span {
  margin: 0 5px;
}

/*--------------------------------------------------------------
    pagination
--------------------------------------------------------------*/
.pagination {
  margin-top: 1.5rem !important;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #F4F6F9;
  clip: auto !important;
  clip-path: none;
  color: #062743;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.nav-links {
  position: relative;
  display: flex;
  width: 100%;
}

.nav-links > span,
.nav-links > a {
  position: relative;
  display: inline-block;
  background-color: #f4f6f9;
  padding: .5rem .875rem;
  margin: 0 .5rem 0 0;
  font-size: 0.75rem;
  border-radius: 2px;
}

.nav-links > .prev:hover,
.nav-links > .next:hover,
.nav-links > .current {
  z-index: 2;
  color: #fff !important;
  background-color: #2e323e;
}

.nav-links .prev,
.nav-links .next {
  position: absolute;
  padding: .5rem .65rem;
  margin: 0;
}

.nav-links .prev {
  right: 45px;
}

.nav-links .next {
  margin: 0;
  right: 0;
}

/* zt */
.multi-indexzt-box {
  padding: 35px 0;
  background-color: #f3f6fb;
}

.multi-indexzt-box .indexzt-list {
  margin: 0 -15px;
}

.multi-indexzt-box .indexzt-list li {
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}

.zt-archive {
  background-color: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
}

.zt-archive .post-thumb-box {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  position: relative;
  padding-top: 50%;
}

/* cat */
.multi-ctop-box {
  padding: 40px 0 50px 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #2e323e;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: relative;
  color: #fff;
  text-align: center;
}

.multi-page-title {
  font-size: 24px;
  padding: 10px 0;
  position: relative;
}

.multi-page-title .layui-badge {
  position: absolute;
  top: 50%;
  margin-top: -9px;
  margin-left: 5px;
  background-color: #009688;
}

.multi-page-title .cxmulti-botsolid {
  position: absolute;
  width: 20px;
  height: 3px;
  background-color: #009688;
  bottom: 5px;
  left: 50%;
  margin-left: -10px;
}

.taxonomy-description {
  margin-top: 10px;
  color: #ddd;
  line-height: 20px;
}

/* single */
.multi-breadcrimb-box {
  margin-top: 10px;
  margin-bottom: 1px;
  font-size: 13px;
  color: #666;
}

.multi-breadcrimb-box a {
  font-size: 13px;
}

.multi-single-header .multi-single-meta {
  border-bottom: solid 1px #e6e6e6;
  line-height: 20px;
  padding: 10px 0;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  color: #666;
}

.multi-single-header .multi-single-meta a {
  color: #666;
}

.multi-content-main {
  padding-bottom: 50px;
}

/* 正文块 背景白色 */
.multi-single-content {
  padding: 20px; /*PC端缩小内边距*/
  background: #fff;
  border-radius: 6px;/*新增圆角美化*/
}

.post-countent-data {
  line-height: 35px;
  color: #333;
  font-size: 16px;
}

.post-countent-data p {
  margin-bottom: 10px;
}

.post-countent-data p.main-p-imgbox {
  text-indent: 0;
  text-align: center;
}

.post-countent-data img {
  max-width: 100%;
  height: auto;
  margin: 10px auto;
}

/* 分享 */
.cxtheme-view-share {
  margin-top: 25px;
}

.cxtheme-view-share .bottom-single-data {
  text-align: center;
}

.cxtheme-view-share .cxtheme-ycdesc-text {
  margin: 0;
  font-size: 13px;
  color: #bdbcbc;
  text-align: center;
}

/* 侧边 */
.multi-single-sidebar {
  padding-left: 30px;/* 原50px */
}

/* 相关文章 */
.multi-xgpost-box .multi-postlist {
  margin: 0 -15px;
}

/* btn */
.cxbtn-postlive .cxicon-icon-xiangqufill {
  display: none;
}

.cxbtn-postlive.cxajax-on .cxicon-icon-xiangqu {
  display: none;
}

.cxbtn-postlive.cxajax-on .cxicon-icon-xiangqufill {
  display: inline-block;
}

/* 上下篇图文 */
.cxtheme-nextandprev-box {
  border: 1px solid #f3f3f3;
  padding: 0;
  box-sizing: border-box;
  display: box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}

.cxtheme-nextandprev-box .cxnextadnprev-box {
  position: relative;
  width: 50%;
}

.cxtheme-nextandprev-box .cxnextadnprev-box:first-child:after {
  content: '';
  display: block;
  width: 0;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border-right: 1px solid #eee;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a {
  padding: 25px;
  box-shadow: 0 3px 30px rgba(0, 0, 0, 0.05);
  display: block;
  position: relative;
  min-height: 78px;
  color: #333;
  padding-left: 170px;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a i {
  font-size: 13px;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a .paged-thumb {
  position: absolute;
  left: 30px;
  top: 25px;
  width: 120px;
  margin-bottom: 0;
  border-radius: 2px;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a .thumb {
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.7%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  transition: all .2s;
  padding-top: 63.66667%;
  border-radius: 4px;
  background-position: left center;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a h5 {
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.cxtheme-nextandprev-box .cxnextadnprev-box > a h3 {
  font-size: 14px;
  line-height: 20px;
  height: 40px;
  font-weight: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media screen and (max-width: 500px) {
  .cxtheme-nextandprev-box {
    display: block;
    border: none;
  }
  .cxtheme-nextandprev-box .cxnextadnprev-box {
    width: 100%;
  }
  .cxtheme-nextandprev-box .cxnextadnprev-box.cxprev-box {
    border-right: none;
    margin-bottom: 15px;
    border: 1px solid #f3f3f3;
  }
  .cxtheme-nextandprev-box .cxnextadnprev-box.cxnext-box {
    text-align: left;
    border-left: none;
    border: 1px solid #f3f3f3;
  }
}

/* 侧边栏小工具 */
.widget {
  margin-top: 25px;/* 侧边块 调整云标签内边距 */
}

.widget:first-child {
  margin-top: 0;
}

.widget h3 {
  line-height: 30px;
  margin-bottom: 20px;
  border-bottom: solid 1px #eaeaea;
  position: relative;
  font-weight: bold;
}

.widget h3 span {
  border-bottom: solid 2px #2e323e;
  display: inline-block;
  padding-bottom: 5px;
  margin-bottom: -2px;
  padding-right: 10px;
}

.images-width-100 {
  width: 100%;
  height: auto;
}

.images-radius {
  border-radius: 4px;
}

.widget_media_image img {
  max-width: 100%;
  height: auto;
}

.widget_search .search-input {
  position: relative;
  border-radius: 4px;
  overflow: hidden;
}

.widget_search .search-input input {
  border-radius: 4px;
}

.widget_search .search-input button {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 38px;
  border: none;
  width: 50px;
  height: 38px;
  color: #666;
  background: #e6e6e6;
}

.widget_tag_cloud .tagcloud {
  margin: 0 -10px;
  max-height: 180px;
  overflow: hidden;
}

.widget_tag_cloud .tagcloud a {
  margin: 0 8px 20px;
  color: #555;
  font-size: 13px !important;
  white-space: nowrap;
  display: inline-block;
  background: #f2f2f3;
  border-radius: 3px;
  height: 40px;
  line-height: 40px;
  padding: 0 12px;
  transition: all .2s;
}

.widget_tag_cloud .tagcloud a:hover {
  background: #ff5c00;
  color: #fff;
}

.widget_calendar .calendar_wrap {
  text-align: center;
}

.widget_calendar .calendar_wrap table {
  margin-bottom: 0;
  width: 100%;
}

.widget_calendar .calendar_wrap table caption {
  background-color: #f3f2f2;
  line-height: 30px;
  border-radius: 6px;
  margin-bottom: 10px;
}

.widget_calendar .calendar_wrap table td,
.widget_calendar .calendar_wrap table th {
  padding: 10px;
  word-break: break-all;
  border: none;
}

.widget_calendar .calendar_wrap table td {
  color: #666;
}

.widget_calendar .calendar_wrap table td a {
  color: #009688;
  text-decoration: underline;
}

.widget_calendar .calendar_wrap table tr {
  margin-bottom: 5px;
}

.widget_calendar .wp-calendar-nav {
  display: none;
}

.widget_recent_entries ul {
  padding-left: 20px;
}

.widget_recent_entries ul li {
  margin-bottom: 10px;
  line-height: 20px;
  list-style-type: disc;
}

.widget_recent_entries ul li a {
  color: #2e323e;
}

.widget_archive ul:after {
  content: '';
  display: block;
  clear: both;
}

.widget_archive ul li {
  width: 50%;
  float: left;
}

/* 帖子页相关文章top调整 */
.multi-xgpost-box {
/*background-color: #f3f6fb;*/
  padding: 0 0 25px;/* 原25px 0 */
}

.multi-xgpost-box .multi-postlist li {
  width: 25%;
  float: left;
  padding: 15px;
  box-sizing: border-box;
}

/* 404 */
.multi-404-area {
  text-align: center;
  padding: 100px 0;
}

.multi-404-area .page-title {
  font-size: 20px;
}

.multi-404-area .page-content {
  padding: 20px 0 50px 0;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
}

.multi-404-area .page-content p {
  line-height: 40px;
  margin: 30px 0;
}

.multi-404-area .search-input {
  position: relative;
}

.multi-404-area .search-input button {
  position: absolute;
  top: 0;
  right: 0;
  height: 38px;
  line-height: 38px;
  width: 50px;
  text-align: center;
  border: none;
  border-radius: 0 4px 4px 0;
}

.transform-scale .scale-thumb-box {
  display: block;
  overflow: hidden;
}

.transform-scale:hover .post-thumb-box {
  transform: scale(1.1);
}

.transform-scale .post-thumb-box {
  transition: all .2s;
}

.multi-xs-search-data {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  height: 60px;
  display: none;
  background: #fff;
  padding: 0 60px 0 20px;
  box-sizing: border-box;
}

.multi-xs-search-data .popsearch-close {
  display: inline-block;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 25px;
  height: 25px;
  width: 25px;
  color: #2e323e;
  cursor: pointer;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -12px;
  text-align: center;
  font-weight: bold;
}

.multi-xs-search-data form {
  width: 100%;
  position: relative;
}

.multi-xs-search-data form .top-input {
  width: 100%;
  line-height: 30px;
  border-radius: 30px;
  border: none;
  font-size: 12px;
  padding: 0 20px;
  box-sizing: border-box;
  background: #eee;
}

.multi-xs-search-data form button {
  position: absolute;
  top: 50%;
  right: 0;
  height: 30px;
  line-height: 30px;
  margin-top: -14px;
  width: 40px;
  border: none;
  background: none;
}

/* footer */
.multi-footer {
  background-color: #2e323e;
  border-top: solid 6px #22252d;
  color: #fff;
  padding-top: 1px;
}

.multi-footer a {
  color: #fff;
}

.multi-footer a:hover {
  color: #ff6700;
}

.multi-footer a:focus{
  color: #c9c9c9;
}

.multi-footer .footer-content-box {
  padding-right: 80px;
  position: relative;
}

.multi-footer .footer-content-box .aboutus_link {
  margin-bottom: 30px;
  margin-left: -10px;
}

.multi-footer .footer-content-box .aboutus_link a {
  padding: 0 10px;
}

.multi-footer .footer-content-box .footer-desc {
  margin-bottom: 30px;
  color: #c7c7c7;
}

.multi-footer .footer-content-box .footer-email-box {
  position: absolute;
  top: 0;
  right: 0;
}

.multi-footer .footer-content-box .footer-email-box i {
  font-size: 50px;
  color: #989797;
}

.multi-footer .footer-content-box .footer-email-box i:hover {
  color: #ccc9c9;
}

.multi-footer .footer-copyright {
  height: 50px;
  background: #22252d;
  line-height: 49px;/* 原 50px */
  border-top: solid 1px #1f2229;
  text-align: left;
  color: #b1afaf;
}

.multi-footer .weblink {
  margin-bottom: 30px;
  color: #8c8c8c;
  border-top: solid 1px #3e3d3d;
  padding-top: 20px;
}

.multi-footer .weblink h3,
.multi-footer .weblink > ul,
.multi-footer .weblink li {
  display: inline-block;
  font-size: 13px;
}

.multi-footer .weblink a {
  padding: 0 10px;
  color: #8c8c8c;
}

@media screen and (max-width: 769px) {
  .multi-slide-box {
    padding: 30px 0;
  }
  .multi-slide-box .slide-left-box {
    width: 58.4%;
  }
  .multi-slide-box .slide-right-box {
    width: 41.6%;
  }
  .multi-slide-box .slide-right-box .item {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
  }
  .multi-slide-box .slide-right-box .item:nth-child(n+3) {
    display: none;
  }
  .multi-indexmenu-box > div {
    padding: 0 1px 0 95px;/* 原padding: 0 159px 0 95px; */
  }
  .multi-indexmenu-box > div h2 {
    left: 5px;
  }
  .multi-indexmenu-box > div .indexmenu-right-more {
    right: 5px;
  }
  .multi-indexzt-box {
    padding: 20px 0;
  }
  .multi-indexzt-box .indexzt-list li {
    width: 50%;
    padding: 10px;
  }
  .multi-postlist-box .multi-postlist li {
    width: 50%;
    padding: 10px;
  }
  .multi-single-content {
    padding: 20;
  }
  .multi-single-sidebar {
    padding-left: 0;
	display: none;/* 如果屏幕宽度小于769像素，则sidebar块不显示 */
  }
  .multi-xgpost-box .multi-postlist li {
    width: 50%;
    padding: 10px;
  }
  .multi-footer {
    padding-top: 20px;
  }
  .multi-footer .footer-content-box {
    padding-right: 0;
  }
  .multi-footer .footer-content-box .aboutus_link {
    overflow: hidden;
    height: 20px;
  }
  .multi-footer .footer-content-box .footer-email-box {
    display: none;
  }
  .multi-footer .footer-content-box .footer-desc {
    margin-bottom: 30px;
  }
  .multi-footer .footer-copyright {
    text-align: center;
  }
}

.multi-xs-menu,
.multi-xs-login {
  display: none;
  margin-left: 20px;
  color: #4e4e4e;
  height: 60px;
}

.multi-xs-menu-data {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  height: 100%;
  display: none;
}

.multi-xs-menu-data .layui-nav {
  height: 100%;
  transform: translateX(-200px);
  z-index: 99;
}

.multi-xs-menu-data .multi-transform-show {
  transform: translateX(0);
}

.multi-xs-menu-data .menu-data-bg {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 98;
  background: rgba(0, 0, 0, 0.26);
}

@media screen and (max-width: 500px) {
  .multi-header-box {
    line-height: 60px;
    height: 60px;
  }
  .multi-indexmenu-box > div {
    padding: 0 1px 0 95px;/* 原padding: 0 10px 0 95px; */
  }
  .multi-indexmenu-box > div .indexmenu-right-more {
    display: none;
  }
  .pagination .nav-links {
    text-align: center;
    display: block;
  }
  .pagination .nav-links .prev, .pagination .nav-links .next {
    display: none;
  }
  .multi-slide-box {
    padding: 30px 0;
  }
  .multi-slide-box .slide-left-box {
    width: 100%;
  }
  .multi-slide-box .slide-right-box {
    display: none;
  }
}

/* 首页合作单位图片 */
.hezuo-img img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
    padding-top: 1px;
}

/* banner-top */
.multi-ctop-box {
      padding: 0 !important;
/*    padding: 0 0 50px !important; */
}
.banner-top img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
    -ms-interpolation-mode: bicubic;
    border: 0;
}

/* 调用最新文章列表样式 */
.content-list li {
    overflow: hidden;
    margin-bottom: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding-bottom: 10px;
}
.content-list li a {
    display: inline-block;
    width: 100%;
}
.content-list li a:before {
    width: 5px;
    height: 5px;
    background: #8BBEE4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 10px;
    content: "";
    float: left;
    margin-top: 7px;
}
.content-list li span.title {
    width: 80%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: inline-block;
}
.float-right {
    float: right!important;
}
@media (min-width: 768px) {
.content-list li span.title {
    width: 89%!important;
}
.d-md-block {
    display: block!important;
 }
.d-none {
    display: none!important;
 }
}

/* 单页 关于我们 标题居中 */
.about-biaoti h1 {
  text-align: center;
}

/* 新增留言板 样式 */
.wpforms-field-small {
    width: 600px!important;
}

/** 首页调用最新文章三列start **/
.inews_con{ width:33.3333%; float:left; box-sizing:border-box; padding-right:10px;}
.inews_con .pd{ background:#fff; display:block;}
.inews_con .img{}
.inews_con .img img{ width:100%; height:auto; display:block;}
.inews_con .text{ padding:30px 45px 30px 130px; position:relative;}
.inews_con .h3{ font-size:18px; color:#000; height:30px; line-height:30px; overflow:hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1;}
.inews_con .em{ position:absolute; left:0px; top:40px; width:130px; text-align:center;}
.inews_con .em strong{ font-size:14px; color:#888; display:block; line-height:1; margin-bottom:5px;}
.inews_con .em em{ font-size:36px; color:#000; display:block; line-height:1;}
.inews_con .p{ color:#888; font-size:14px; line-height:24px; height:48px; overflow:hidden;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.inews_con .pd:hover .h3{ color:#e2c28a;}
.inews_con .slick-dots{bottom:10px;}

.seo_list li a:before {
    width: 5px;
    height: 5px;
    background: #8BBEE4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 3px;
    content: "";
    float: left;
    margin-top: 15px;
}

.seo_list{ margin-top:10px}
.seo_list li{    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 10px;
    border-bottom: 1px dotted #e4dede;}
.seo_list li a{     width: 75%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;}
.seo_list li span{ float:right; color:#999;}

@media screen and (max-width:1366px){
.seo_list li a{ width:65%;}
}
@media screen and (max-width:768px){
.inews_con{ width:auto; float:none; margin-bottom:30px;left:0px; top:0px; right:0px; margin-bottom:15px; padding-right:0px; z-index:2; visibility:hidden;}
.inews_con.curr{ z-index:4; visibility:visible;}
.seo_list li a { width: 55%;}
}

.multi-main-box-zixun {
    margin: 20px auto;
    width: 100%;
    max-width: 1280px;
	padding: 10px 0 15px 5px;
    background: #fff;
    border-radius: 6px;
}
.zixun-title { width:auto; float:none; margin-top:5px; padding:0 10px 25px;}
.zixun-title h2 { font-size:22px; float:left; padding-left:7px;}
.zixun-title li a { font-size: 16px; float:right; line-height: 24px; padding-top:3px;}
/** 首页调用最新文章三列end **/

/** 侧栏标题start **/
#float-sidebar h3 {
    font-size: 16px;
    color:#fff;
    background-color:#ff6700;
    border-radius: 5px;
    font-weight: 700;
    padding: 10px 15px 10px 20px;
}
/** 侧栏调用随机文章start **/
.celan_list {
    margin-bottom: 20px;
}
.celan_list li {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    padding: 0 3px;
    border-bottom: 1px dotted #e4dede;
}
.celan_list li a {
    width: 98%;
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    display: block;
}
.celan_list li a:before {
    width: 5px;
    height: 5px;
    background: #8BBEE4;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    margin-right: 3px;
    content: "";
    float: left;
    margin-top: 15px;
}
.celan_list li span {
    float:right;
	color:#999;
}
/** 侧栏自定义文字项目start **/
.sidebar {
    margin-top: 5px;
    margin-bottom: 20px;
}
.sidebar ul li {
    border-bottom: 1px solid #f5f5f5;
    padding: 3px 15px 3px 20px;
    font-size: 16px;
}
.sidebar a {
    white-space: nowrap;
    display: inline-block;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.sidebar a:hover {
  color:#FFF;
  background:#ff6700;/* 鼠标经过悬停超链接时字体颜色为白色,背景为橙红色 */
}
/** 侧栏调用标签云start **/
/** .tagcloud a {
    margin: 5px 10px 5px 0;
    display: inline-block;
	padding: 0 3px;
} **/
.tagcloud {
    margin-top: 10px;
}
.tagcloud a {
    margin: 0 5px 10px;
    color: #555;
    font-size: 13px;
    white-space: nowrap;
    display: inline-block;
    background: #f5f6f7;
    border-radius: 3px;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
}
.tagcloud a:hover {
  color:#FFF;
  background:#ff6700;/* 鼠标经过悬停超链接时字体颜色为白色,背景为橙红色 */
}
/** 侧栏调用标签云end **/

/* 首页幻灯轮播图css */
        .slideBox{ width:auto; height:auto; /* overflow:hidden; */ position:relative; border:1px solid #ddd;}
        .slideBox .hd{ height:15px; overflow:hidden; position:absolute; right:5px; bottom:5px; z-index:1; }
        .slideBox .hd ul{ overflow:hidden; zoom:1; float:left;  }
        .slideBox .hd ul li{ float:left; margin-right:2px;  width:15px; height:15px; line-height:14px; text-align:center; background:#fff; cursor:pointer; }
        .slideBox .hd ul li.on{ background:#ff6700; color:#fff; }
        .slideBox .bd{ position:relative; height:100%; z-index:0;   }
        .slideBox .bd li{ zoom:1; vertical-align:middle; }
        .slideBox .bd img{ width:100%; height:100%; display:block;  }
        /* 下面是前/后按钮代码，如果不需要删除即可 */
        .slideBox .prev,
        .slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
        .slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
        .slideBox .prev:hover,
        .slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
        .slideBox .prevStop{ display:none;  }
        .slideBox .nextStop{ display:none;  }
/* 下面是改进代码 */
.slideBox .pic-next{ width:auto; height:auto; }
/** .slideBox .pic-next:hover{ filter:alpha(opacity=100);opacity:1;  } **/
.multi-slide-man {
    margin: 0 auto;
    width: auto;
    max-width: 1920px;
    height:auto;
}

/* 修正文章图片不能居中 */
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.aligncenter p.wp-caption-text {
display: block;
margin-left: auto;
margin-right: auto;
text-align: center;
}

/* 文章标题居中 */
.multi-single-header h1 {
/* display: block; */
margin-left: auto;
margin-right: auto;
text-align: center;
}